home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Taifun / Taifun 118 (1989-11-15)(Ossowski, Stefan)(DE)(PD).zip / Taifun 118 (1989-11-15)(Ossowski, Stefan)(DE)(PD).adf / Textdisplay / Read Me! < prev    next >
Text File  |  1989-09-02  |  4KB  |  140 lines

  1.  
  2.         TEXTDISPLAY V1.51
  3. -----------------------------------------------------------------------------
  4.  
  5. Author  : Roger Fischlin
  6.           Steigerwaldweg
  7.           D-6450 Hanau 7
  8.           (West Germany)
  9.          
  10.           Phone: (06181) 650266
  11.  
  12. Date    : 9.7.89
  13.  
  14.  
  15. > This program is public domain. It may be distributed for non-commercial
  16.   purposes. You are encouraged to copy it. But only the author is allowed
  17.   to gain any profit by using and/or distributing it. You are not allowed
  18.   to change any part of the program.
  19.  
  20.  
  21. You may use TextDisplay instead of LESS/MORE. You can use mouse or keyboard
  22. to read the text. And it has only 41% of LESS' size and it is totally written
  23. in machine code.
  24.  
  25. How to use it :
  26. ---------------
  27.  
  28. CLI  :  TextDisplay  [filename]
  29. WB   :  double click the icon
  30.  
  31.  
  32. There a lot of new things - press the right mouse button and take a look : 
  33.  
  34.  
  35. Preferences : cut on the right     : the text will be lost on the right
  36.                side but the window needn't be updated.
  37.                Or the text will be continued in the
  38.                next line.
  39.              use tab to set cursor : Tabs will be used to set the cursor.
  40.                Well, for examples, DevPac sources codes
  41.                will be easier to read. 
  42.              repeat on             : The two SLOW arrows will now move
  43.                the text until you stop pressing the
  44.                   button.
  45.              exit at bottom        : You can automatically leave TextDisplay
  46.                when you reach the bottom.     
  47.  
  48.              All these options can be switched on and off .
  49.  
  50.              Set Tab         : Enter how many spaces are a tab [3-16].
  51.                Activate the Gadget and press RETURN to
  52.                exit.   
  53.  
  54.  
  55. Print        Print file        : The whole text will be printed (of course,
  56.               you need a printer !)
  57.              Print page           : The page you can see will be printed .
  58.  
  59.              replace tabs        : If this option is activated, all tabs will
  60.               be replaced by spaces (You will need it if 
  61.                                     you want to print a DevPac sources code,
  62.               or this instructions)
  63.               This option can also switched on and off. 
  64.  
  65. Set label      You can set up to 5 labels.
  66.  
  67. Go to label    TextDisplay will jump to the label.
  68.  
  69.  
  70.  
  71. But you can also use the keyboard (I tried to use the same keys like
  72. LESS):
  73.  
  74.        key           function 
  75. ( with or without SHIFT)
  76.  
  77.         q        : exit
  78.      e,j,CR        : move down text  one line
  79.     d,f,SPACE        :  "     "    "   10 lines 
  80.        y,k        : move up text  one line 
  81.        b,u        :  "   "   "    10  lines
  82.  
  83.  
  84.  
  85.  
  86. If the text file has an icon you can preset some options. On the Workbench
  87. click icon and menu Workbench/Info. Default tool has to be ":TextDisplay".
  88. Use enter at ToolTypes the following things (in capital letters):   
  89.  
  90. CUT=YES   or  CUT=NO   : cut text on the right (Yes/no)
  91. SET=YES   or  YES=NO   : use tab to set cursor (Yes/no)
  92. TAB=x         TAB=xx   : set tab (3-16)
  93.  
  94.  
  95. Use SAVE to save entries.
  96.  
  97.  
  98.  
  99. New Features of V1.5
  100. - TextDisplay uses its own faster TEXT function.
  101. - You can move around the whole text
  102. - the number of window refreshes has been reduced.
  103. - select INFO and you can see the total file size and the number of lines
  104.   (that's important if want to print the text- believe me ....). 
  105.  
  106.  
  107. About V1.51 :
  108. - the routine to cut off the text the right side has been rewritten. 
  109.  
  110.  
  111. Well, it's time to say thanks to Uwe Gerlach from Darmstadt/FRG for his 
  112. suggestions. Please, if you have suggestions (or a report about a bug ), 
  113. send them to me (a post card is enough).
  114.  
  115.  
  116.  
  117. Roger Fischlin
  118. Steigerwaldweg
  119. D-6450 Hanau 7   
  120. West Germany
  121.  
  122. Phone: (06181) 650266
  123.  
  124.  
  125.  
  126. Enjoy it!
  127.  
  128. Roger Fischlin 7/89  
  129.  
  130.  
  131.    
  132.  
  133.        
  134.   
  135.  
  136.  
  137.  
  138.  
  139.  
  140.